/** start general code */
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Dancing+Script:wght@400..700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Dancing+Script:wght@400..700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
:root {
  --section-color: #4444466c;
  --main-color: #00adc6;
  --background-color: #11071f;
  --footer-color: #2c4755;
  --color-for-backlight: #763cac;
  --main-font: "Raleway", serif;
  --italic-font: "Dancing Script", serif;
  --font-title: "Comic Neue", sans-serif;
  --arabic-font: "Noto Nastaliq Urdu", serif;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: url("../../photos/cursor_32.png"), auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  background-color: var(--background-color);
}

body {
  background-color: var(--background-color);
  overflow-x: hidden;
  font-family: var(--main-font), Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: url("../../photos/cursor_32.png"), auto;
  color: #fff;
}
* a {
  color: #fff;
  text-decoration: underline;
  cursor: url("../../photos/pointer_32.png"), auto;
}

body {
  width: 100%;
  height: 100vh;
  background-color: var(--background-color);
  display: flex;
  overflow: hidden;
}
body aside {
  width: 15%;
  height: 100vh;
  border-right: 2px solid #fff;
  position: relative;
  overflow-x: hidden;
}
body aside h1 {
  color: var(--color-for-backlight);
  font-size: 25px;
  font-family: var(--font-title);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
}
body aside figure {
  width: 80%;
  height: 135px;
  margin-inline: calc(10% - 6px);
  margin-top: 30px;
  margin-bottom: 35px;
}
body aside figure img {
  width: 100%;
  height: inherit;
  border: 3px solid #fff;
}
body aside figure img:hover {
  border-color: var(--color-for-backlight);
  cursor: url("../../photos/pointer_32.png"), auto;
}
body main {
  width: 85%;
  height: 100vh;
  position: relative;
  overflow-y: auto;
}
body main header {
  display: none;
}
body main header section.filter-certifications {
  display: none;
}
body main i#backPageArrow {
  position: fixed;
  top: 20px;
  left: 16%;
  font-size: 25px;
  padding: 7px;
  border: 2px solid transparent;
}
body main i#backPageArrow:hover {
  cursor: url("../../photos/pointer_32.png"), auto;
  border: 2px solid var(--color-for-backlight);
  border-radius: 10px;
}
body main figure.IBM-content {
  width: 100%;
  height: 1800px;
  scale: 0.9;
  overflow: auto;
  animation: 1s IBM-content linear;
}
@keyframes IBM-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body main figure.IBM-content img {
  width: 60%;
  margin-inline: 20%;
  margin-top: 50px;
}
body main figure.IBM-content section {
  width: 60%;
  margin-inline: 20%;
  margin-top: 50px;
}
body main figure.IBM-content section h2 {
  font-family: var(--font-title);
  text-transform: capitalize;
  margin-bottom: 20px;
}
body main figure.IBM-content section ul {
  list-style: none;
  margin-left: 30px;
  line-height: 1.8rem;
  font-size: 20px;
  margin-bottom: 30px;
}
body main figure.IBM-content section a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
  display: block;
  text-transform: capitalize;
  margin-left: 60px;
  text-decoration: none;
  transition: 0.2s linear;
}
body main figure.IBM-content section a:hover {
  text-shadow: 0 0 10px #fff;
  scale: 1.05;
}
body main figure.IBM-content section div {
  margin-top: 60px;
}
body main figure.IBM-content section div a {
  margin-bottom: 20px;
  transition: 0.2s linear;
}
body main figure.IBM-content section div a:hover {
  text-shadow: 0 0 10px #fff;
  scale: 1.05;
}
body main section.almdrasa-content {
  width: 100%;
}
body main section.almdrasa-content figure {
  width: 100%;
  height: 1500px;
  scale: 0.9;
  overflow-y: auto;
  animation: 1s almdrasa-html-content linear;
}
@keyframes almdrasa-html-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body main section.almdrasa-content figure img {
  width: 60%;
  margin-inline: 20%;
  margin-top: 50px;
}
body main section.almdrasa-content figure section {
  width: 60%;
  margin-inline: 20%;
  margin-top: 50px;
}
body main section.almdrasa-content figure section h2 {
  font-family: var(--font-title);
  text-transform: capitalize;
  margin-bottom: 20px;
}
body main section.almdrasa-content figure section div.parent-code {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 30px 0px 15px;
}
body main section.almdrasa-content figure section div.parent-code span {
  font-size: 20px;
}
body main section.almdrasa-content figure section div.parent-code p {
  display: inline;
}
body main section.almdrasa-content figure section div.parent-code i.fa-copy {
  font-size: 20px;
  text-transform: capitalize;
  border: none;
  outline: none;
  background-color: transparent;
}
body main section.almdrasa-content figure section div.parent-code i.fa-copy:hover {
  cursor: url("../../photos/pointer_32.png"), auto;
  color: var(--color-for-backlight);
}
body main section.almdrasa-content figure section div.parent-code i.fa-check {
  display: none;
  font-size: 20px;
  text-transform: capitalize;
  border: none;
  outline: none;
  background-color: transparent;
  animation: 1s click linear;
}
@keyframes click {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body main section.almdrasa-content figure section a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  margin-left: 60px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
}
body main section.almdrasa-content figure section a:hover {
  text-shadow: 0 0 10px #fff;
  scale: 1.05;
}
body main section.almdrasa-content figure section div.parent-content {
  margin-top: 60px;
}
body main section.almdrasa-content figure section div.parent-content a {
  margin-bottom: 20px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
}
body main section.almdrasa-content figure section div.parent-content a:hover {
  text-shadow: 0 0 10px #fff;
  scale: 1.05;
}
@media (min-width: 993px) and (max-width: 1200px) and (orientation: landscape) {
  body {
    width: 100%;
    height: 100vh;
    background-color: var(--background-color);
    display: flex;
    overflow: hidden;
  }
  body aside {
    width: 20%;
  }
  body aside figure {
    width: 80%;
    height: 135px;
    margin-inline: calc(10% - 6px);
    margin-top: 30px;
    margin-bottom: 35px;
  }
  body aside figure img {
    width: 100%;
    height: inherit;
    border: 3px solid #fff;
  }
  body aside figure img:hover {
    border-color: var(--color-for-backlight);
    cursor: pointer;
  }
  body main {
    height: 100vh;
  }
  body main header {
    display: none;
  }
  body main header section.filter-certifications {
    display: none;
  }
  body main i#backPageArrow {
    position: fixed;
    top: 20px;
    left: 22%;
  }
  body main figure.IBM-content {
    height: 1600px;
    overflow: hidden;
  }
  body main figure.IBM-content section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
    display: block;
    text-transform: capitalize;
    margin-left: 60px;
    text-decoration: none;
    transition: 0.2s linear;
  }
  body main figure.IBM-content section a:hover {
    text-shadow: 0 0 10px #fff;
    scale: 1.05;
  }
  body main figure.IBM-content section div {
    margin-top: 60px;
  }
  body main figure.IBM-content section div a {
    margin-bottom: 20px;
    transition: 0.2s linear;
  }
  body main figure.IBM-content section div a:hover {
    text-shadow: 0 0 10px #fff;
    scale: 1.05;
  }
  body main section.almdrasa-content {
    width: 100%;
    height: 1300px !important;
  }
  body main section.almdrasa-content figure {
    width: 100%;
    height: 80%;
    scale: 0.9;
    overflow-y: hidden;
    animation: 1s almdrasa-html-content linear;
  }
  @keyframes almdrasa-html-content {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body main section.almdrasa-content figure img {
    width: 60%;
    margin-inline: 20%;
    margin-top: 50px;
  }
  body main section.almdrasa-content figure section {
    width: 60%;
    margin-inline: 20%;
    margin-top: 50px;
  }
  body main section.almdrasa-content figure section h2 {
    font-family: var(--font-title);
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  body main section.almdrasa-content figure section div.parent-code {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin: 30px 0px 15px;
  }
  body main section.almdrasa-content figure section div.parent-code span {
    font-size: 20px;
  }
  body main section.almdrasa-content figure section div.parent-code p {
    display: inline;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy {
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy:hover {
    cursor: pointer;
    color: var(--color-for-backlight);
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-check {
    display: none;
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
    animation: 1s click linear;
  }
  @keyframes click {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body main section.almdrasa-content figure section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    margin-left: 60px;
  }
  body main section.almdrasa-content figure section a:hover {
    color: var(--color-for-backlight);
  }
  body main section.almdrasa-content figure section div.parent-content {
    margin-top: 60px;
  }
  body main section.almdrasa-content figure section div.parent-content a {
    margin-bottom: 20px;
    font-size: 25px;
  }
  body main section.almdrasa-content figure:last-child {
    height: 90%;
  }
}
@media (min-width: 994px) and (max-width: 1366px) and (orientation: portrait) {
  body {
    overflow: auto;
  }
  body aside {
    display: none;
  }
  body main {
    width: 100%;
    height: 100vh;
  }
  body main header {
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--background-color);
    position: fixed;
    z-index: 999;
  }
  body main header section.filter-certifications {
    display: block;
    width: 95%;
    height: 40px;
    background-color: #1b0b33;
    border-radius: 20px;
    margin: auto;
    margin-top: 1.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: fixed;
    left: 2.5%;
  }
  body main header section.filter-certifications button {
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
  }
  body main header section.filter-certifications button:first-child {
    text-transform: uppercase;
  }
  body main header section.filter-certifications button:hover {
    cursor: pointer;
    color: var(--color-for-backlight);
  }
  body main i#backPageArrow {
    position: fixed;
    top: 12px;
    left: 30px;
    font-size: 25px;
    padding: 7px;
    border: 2px solid transparent;
    z-index: 999;
  }
  body main figure.IBM-content {
    width: 100%;
    scale: 1;
    overflow: visible;
    padding-top: 100px;
    margin-bottom: 100px;
    animation: 1s IBM-content linear;
  }
  @keyframes IBM-content {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body main figure.IBM-content img {
    width: 70%;
    margin-inline: 15%;
    margin-top: 50px;
  }
  body main figure.IBM-content section {
    width: 70%;
    margin-inline: 15%;
    margin-top: 50px;
  }
  body main figure.IBM-content section h2 {
    font-size: 1.7rem;
    font-family: var(--font-title);
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  body main figure.IBM-content section ul {
    list-style: none;
    margin-left: 30px;
    line-height: 2.8rem;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  body main figure.IBM-content section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    display: block;
    text-transform: capitalize;
    margin-left: 60px;
  }
  body main figure.IBM-content section a:hover {
    color: var(--color-for-backlight);
  }
  body main figure.IBM-content section div {
    margin-top: 30px;
  }
  body main figure.IBM-content section div a {
    margin-bottom: 20px;
  }
  body main section.almdrasa-content {
    margin-top: 100px;
  }
  body main section.almdrasa-content figure {
    width: 100%;
    height: 90vh;
    scale: 1;
  }
  body main section.almdrasa-content figure img {
    width: 70%;
    margin-inline: 15%;
  }
  body main section.almdrasa-content figure section {
    width: 70%;
    margin-inline: 15%;
  }
  body main section.almdrasa-content figure section h2 {
    font-size: 1.7rem;
  }
  body main section.almdrasa-content figure section div.parent-code span {
    font-size: 1.5rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy {
    font-size: 1.2rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-check {
    display: none;
    font-size: 1.2rem;
  }
  body main section.almdrasa-content figure section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
  }
  body main section.almdrasa-content figure section div.parent-content {
    margin-top: 30px;
  }
  body main section.almdrasa-content figure section div.parent-content a {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  body {
    overflow: auto;
  }
  body aside {
    display: none;
  }
  body main {
    width: 100%;
    height: 100vh;
  }
  body main header {
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--background-color);
    position: fixed;
    z-index: 999;
  }
  body main header section.filter-certifications {
    display: block;
    width: 95%;
    height: 40px;
    background-color: #1b0b33;
    border-radius: 20px;
    margin: auto;
    margin-top: 1.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: fixed;
    left: 2.5%;
  }
  body main header section.filter-certifications button {
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
  }
  body main header section.filter-certifications button:first-child {
    text-transform: uppercase;
  }
  body main header section.filter-certifications button:hover {
    cursor: pointer;
    color: var(--color-for-backlight);
  }
  body main i#backPageArrow {
    position: fixed;
    top: 12px;
    left: 30px;
    font-size: 25px;
    padding: 7px;
    border: 2px solid transparent;
    z-index: 999;
  }
  body main figure.IBM-content {
    width: 100%;
    scale: 1;
    overflow: visible;
    padding-top: 100px;
    margin-bottom: 100px;
  }
  body main figure.IBM-content img {
    width: 70%;
    margin-inline: 15%;
  }
  body main figure.IBM-content section {
    width: 70%;
    margin: auto;
  }
  body main figure.IBM-content section h2 {
    font-size: 1.5rem;
  }
  body main figure.IBM-content section h2:first-child {
    text-align: center;
    margin-top: 30px;
  }
  body main figure.IBM-content section ul {
    line-height: 1.7rem;
    font-size: 1.3rem;
  }
  body main figure.IBM-content section a {
    font-size: 1.3rem;
  }
  body main figure.IBM-content section div {
    margin-top: 30px;
  }
  body main figure.IBM-content section div h2 {
    display: flex;
    text-align: start;
  }
  body main figure.IBM-content section div a {
    margin-bottom: 20px;
  }
  body main section.almdrasa-content figure {
    width: 100%;
    height: 100vh;
    scale: 1;
    padding-top: 100px;
  }
  body main section.almdrasa-content figure img {
    width: 70%;
    margin-inline: 15%;
  }
  body main section.almdrasa-content figure section {
    width: 70%;
    margin-inline: 15%;
  }
  body main section.almdrasa-content figure section h2 {
    font-size: 1.5rem;
  }
  body main section.almdrasa-content figure section div.parent-code {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  body main section.almdrasa-content figure section div.parent-code span {
    font-size: 1.3rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy {
    font-size: 1.2rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-check {
    display: none;
    font-size: 1.2rem;
  }
  body main section.almdrasa-content figure section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
  }
  body main section.almdrasa-content figure section div.parent-content {
    margin-top: 30px;
  }
  body main section.almdrasa-content figure section div.parent-content a {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  body {
    overflow: auto;
  }
  body aside {
    display: none;
  }
  body main {
    width: 100%;
    height: 100vh;
  }
  body main header {
    display: block;
    width: 100%;
    height: 70px;
    background-color: var(--background-color);
    position: fixed;
    z-index: 999;
  }
  body main header section.filter-certifications {
    display: block;
    width: 95%;
    height: 40px;
    background-color: #1b0b33;
    border-radius: 20px;
    margin: auto;
    margin-top: 1.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: fixed;
    left: 2.5%;
  }
  body main header section.filter-certifications button {
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
  }
  body main header section.filter-certifications button:first-child {
    text-transform: uppercase;
  }
  body main header section.filter-certifications button:hover {
    cursor: pointer;
    color: var(--color-for-backlight);
  }
  body main i#backPageArrow {
    position: fixed;
    top: 8px;
    left: 27px;
    font-size: 25px;
    border: 2px solid transparent;
    z-index: 999;
  }
  body main figure.IBM-content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    scale: 1;
    overflow: visible;
    padding-top: 100px;
    margin-bottom: 100px;
  }
  body main figure.IBM-content img {
    width: 70%;
    margin-inline: 15%;
  }
  body main figure.IBM-content section {
    width: 72%;
    margin: auto;
  }
  body main figure.IBM-content section h2 {
    font-size: 1.3rem;
  }
  body main figure.IBM-content section h2:first-child {
    text-align: center;
    margin-top: 30px;
  }
  body main figure.IBM-content section ul {
    line-height: 1.7rem;
    font-size: 1.1rem;
  }
  body main figure.IBM-content section a {
    font-size: 1.1rem;
  }
  body main figure.IBM-content section div {
    margin-top: 30px;
  }
  body main figure.IBM-content section div h2 {
    display: flex;
    text-align: start;
  }
  body main figure.IBM-content section div a {
    margin-bottom: 20px;
  }
  body main section.almdrasa-content figure {
    width: 100%;
    height: 130vh;
    scale: 1;
    overflow: visible;
    padding-top: 100px;
    margin-bottom: 0px;
  }
  body main section.almdrasa-content figure img {
    width: 80%;
    margin-inline: 10%;
  }
  body main section.almdrasa-content figure section {
    width: 80%;
    margin-inline: 10%;
    margin: auto;
  }
  body main section.almdrasa-content figure section h2 {
    font-size: 1.3rem;
    margin-top: 30px;
  }
  body main section.almdrasa-content figure section div.parent-code {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  body main section.almdrasa-content figure section div.parent-code span {
    font-size: 1.1rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy {
    font-size: 1.2rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-check {
    display: none;
    font-size: 1.2rem;
  }
  body main section.almdrasa-content figure section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.1rem;
  }
  body main section.almdrasa-content figure section div.parent-content {
    margin-top: 30px;
  }
  body main section.almdrasa-content figure section div.parent-content a {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  body {
    overflow: auto;
  }
  body aside {
    display: none;
  }
  body main {
    width: 100%;
    height: 100vh;
  }
  body main header {
    display: block;
    width: 100%;
    height: 55px;
    background-color: var(--background-color);
    position: fixed;
    z-index: 999;
  }
  body main header section.filter-certifications {
    display: block;
    width: 95%;
    height: 40px;
    background-color: #1b0b33;
    border-radius: 20px;
    margin: auto;
    margin-top: 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: fixed;
    left: 2.5%;
  }
  body main header section.filter-certifications button {
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
  }
  body main header section.filter-certifications button:first-child {
    text-transform: uppercase;
  }
  body main header section.filter-certifications button:hover {
    cursor: pointer;
    color: var(--color-for-backlight);
  }
  body main i#backPageArrow {
    position: fixed;
    top: 6px;
    left: 20px;
    font-size: 22px;
    z-index: 999;
  }
  body main figure.IBM-content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    scale: 1;
    overflow: visible;
    padding-top: 50px;
    margin-bottom: 100px;
  }
  body main figure.IBM-content img {
    width: 90%;
    margin-inline: 5%;
  }
  body main figure.IBM-content section {
    width: 90%;
    margin: auto;
  }
  body main figure.IBM-content section h2 {
    font-size: 1.1rem;
  }
  body main figure.IBM-content section h2:first-child {
    text-align: center;
    margin-top: 30px;
  }
  body main figure.IBM-content section h2:nth-child(2) {
    font-size: 1rem;
    text-align: center;
  }
  body main figure.IBM-content section ul {
    margin-left: 10px;
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
  body main figure.IBM-content section a {
    font-size: 0.9rem;
    margin-left: 20px;
  }
  body main figure.IBM-content section div {
    margin-top: 30px;
  }
  body main figure.IBM-content section div h2 {
    display: flex;
    text-align: start;
  }
  body main figure.IBM-content section div a {
    margin-bottom: 20px;
  }
  body main section.almdrasa-content figure {
    width: 100%;
    height: 100vh;
    scale: 1;
    overflow: visible;
    padding-top: 50px;
    margin-bottom: 0px;
  }
  body main section.almdrasa-content figure img {
    width: 90%;
    margin-inline: 5%;
  }
  body main section.almdrasa-content figure section {
    width: 90%;
    height: 70%;
    margin: auto;
  }
  body main section.almdrasa-content figure section h2 {
    font-size: 1rem;
  }
  body main section.almdrasa-content figure section h2:first-child {
    margin-top: 30px;
    padding-inline: 5px;
    margin-bottom: 45px;
    text-align: center;
  }
  body main section.almdrasa-content figure section h2:nth-child(2) {
    text-align: center;
  }
  body main section.almdrasa-content figure section div.parent-code {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: auto;
    margin-bottom: 15px;
  }
  body main section.almdrasa-content figure section div.parent-code span {
    font-size: 0.9rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy {
    font-size: 1rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-check {
    display: none;
    font-size: 1rem;
  }
  body main section.almdrasa-content figure section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    margin-left: 0px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
  }
  body main section.almdrasa-content figure section div.parent-content {
    margin: 30px 0px;
  }
  body main section.almdrasa-content figure section div.parent-content a {
    margin-bottom: 20px;
    margin-left: 0px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) and (max-height: 712px) {
  body {
    overflow: auto;
  }
  body aside {
    display: none;
  }
  body main {
    width: 100%;
    height: 100vh;
  }
  body main header {
    display: block;
    width: 100%;
    height: 40px;
    background-color: var(--background-color);
    position: fixed;
    z-index: 999;
  }
  body main header section.filter-certifications {
    display: block;
    width: 95%;
    height: 30px;
    background-color: #1b0b33;
    border-radius: 20px;
    margin: auto;
    margin-top: 1.4%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: fixed;
    left: 2.5%;
  }
  body main header section.filter-certifications button {
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    outline: none;
    background-color: transparent;
  }
  body main header section.filter-certifications button:first-child {
    text-transform: uppercase;
  }
  body main header section.filter-certifications button:hover {
    cursor: pointer;
    color: var(--color-for-backlight);
  }
  body main i#backPageArrow {
    position: fixed;
    top: 3px;
    left: 13px;
    font-size: 18px;
    z-index: 999;
  }
  body main figure.IBM-content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    scale: 1;
    overflow: visible;
    padding-top: 50px;
    margin-bottom: 100px;
  }
  body main figure.IBM-content img {
    width: 90%;
    margin-inline: 5%;
  }
  body main figure.IBM-content section {
    width: 90%;
    margin: auto;
  }
  body main figure.IBM-content section h2 {
    font-size: 1rem;
  }
  body main figure.IBM-content section h2:first-child {
    text-align: center;
    margin-top: 30px;
  }
  body main figure.IBM-content section h2:nth-child(2) {
    font-size: 1rem;
    text-align: center;
  }
  body main figure.IBM-content section ul {
    margin-left: 10px;
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
  body main figure.IBM-content section a {
    font-size: 0.9rem;
    margin-left: 20px;
  }
  body main figure.IBM-content section div {
    margin-top: 30px;
  }
  body main figure.IBM-content section div h2 {
    display: flex;
    text-align: start;
  }
  body main figure.IBM-content section div a {
    margin-bottom: 20px;
  }
  body main section.almdrasa-content figure {
    width: 100%;
    height: 120vh;
    scale: 1;
    overflow: visible;
    padding-top: 50px;
    margin-bottom: 0px;
  }
  body main section.almdrasa-content figure img {
    width: 90%;
    margin-inline: 5%;
  }
  body main section.almdrasa-content figure section {
    width: 90%;
    height: 70%;
    margin: auto;
  }
  body main section.almdrasa-content figure section h2 {
    font-size: 1rem;
  }
  body main section.almdrasa-content figure section h2:first-child {
    margin-top: 30px;
    padding-inline: 5px;
    margin-bottom: 45px;
    text-align: center;
  }
  body main section.almdrasa-content figure section h2:nth-child(2) {
    text-align: center;
    font-size: 1.1rem;
  }
  body main section.almdrasa-content figure section div.parent-code {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: auto;
    margin-bottom: 15px;
  }
  body main section.almdrasa-content figure section div.parent-code span {
    font-size: 0.9rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-copy {
    font-size: 0.9rem;
  }
  body main section.almdrasa-content figure section div.parent-code i.fa-check {
    display: none;
    font-size: 0.9rem;
  }
  body main section.almdrasa-content figure section a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    margin-left: 0px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
  }
  body main section.almdrasa-content figure section div.parent-content {
    margin-top: 30px;
  }
  body main section.almdrasa-content figure section div.parent-content h2 {
    margin-bottom: 20px;
  }
  body main section.almdrasa-content figure section div.parent-content a {
    margin-left: 0px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=certifications.css.map */